-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update primerforge to 1.5.2 #48898
base: master
Are you sure you want to change the base?
Update primerforge to 1.5.2 #48898
Conversation
not sure how to fix this. in my environment.yml file, it did not work when I specified it as @martin-g did. It only worked when I allowed i'd gladly change it, but i'm unsure how to track down and resolve the conflict. |
Which version has been installed by |
version 2.1.1. So i had thought that specfiying https://pypi.org/project/khmer/ just checked the bioconda page for looks like maybe the problem is the version of python it is dependent on:
primerforge would need at least v3.9+ since it uses typehinting which wasn't formally supported until 3.9. I would expect to get a lot of errors saying like "cannot subset type tuple" because a function's signature line had something like |
would including a line like |
I think we have a few options
|
You are correct, this wouldn't be allowed |
@rpetit3 thanks for the input. Here are my thoughts.
TL;DROption 3 is probably a bad choice; where can I find resources for doing options 1 or 2? full responseI think option 1 is the best option, but khmer 2.1.1 does not have a conda recipe. So maybe that means option 2 is better? To be honest, I don't really know how we would go about rebuilding a recipe with the latest python pinnings. Is there a reference available that I could use to figure this out? Option 3 is not good because I know for sure that the inclusion of type hinting without importing As a note, additional note
Ok thanks for clearing that up. I had started working on this as a solution (this is what I was trying to do in my |
this recipe should work once the recipe for |
updated the version, but this recipe is still broken since the recipe for |
📝 Walkthrough📝 WalkthroughWalkthroughThe pull request introduces several updates to the Possibly related PRs
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Update
primerforge
: 1.1.1 → 1.5.2recipes/primerforge
(click to view/edit other files)This pull request was automatically generated (see docs).